gtk: Add GtkSelectionModel
authorBenjamin Otte <otte@redhat.com>
Wed, 3 Oct 2018 16:49:48 +0000 (18:49 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 Feb 2019 23:43:59 +0000 (18:43 -0500)
commit16024fba7c0e2cee025cbbe4f1241d1a7db63540
tree5536e6396a5439eb766dcedcb295cfd0afcd5688
parent317b9e638c1097c237c2e65469c1d660dfb2027e
gtk: Add GtkSelectionModel

The selection model is a list model interface that takes care of
selections and is to be used by the list model widgets to manage their
selections.
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in
gtk/gtk.h
gtk/gtkselectionmodel.c [new file with mode: 0644]
gtk/gtkselectionmodel.h [new file with mode: 0644]
gtk/meson.build